home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Wexl1.dfm / Wexl1.txt
Text File  |  1999-01-23  |  2KB  |  86 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 109
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Pl∩┐╜tzetausch'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   TextHeight = 16
  14.   object Button1: TButton
  15.     Left = 39
  16.     Top = 136
  17.     Width = 160
  18.     Height = 50
  19.     Caption = 'String'
  20.     Font.Charset = ANSI_CHARSET
  21.     Font.Color = clBlack
  22.     Font.Height = -20
  23.     Font.Name = 'Arial'
  24.     Font.Style = []
  25.     ParentFont = False
  26.     TabOrder = 0
  27.     OnClick = Button1Click
  28.   end
  29.   object Button2: TButton
  30.     Left = 229
  31.     Top = 136
  32.     Width = 160
  33.     Height = 50
  34.     Caption = 'Zahl'
  35.     Font.Charset = ANSI_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -20
  38.     Font.Name = 'Arial'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     TabOrder = 1
  42.     OnClick = Button2Click
  43.   end
  44.   object Panel1: TPanel
  45.     Left = 38
  46.     Top = 16
  47.     Width = 350
  48.     Height = 45
  49.     Font.Charset = ANSI_CHARSET
  50.     Font.Color = clBlack
  51.     Font.Height = -20
  52.     Font.Name = 'Arial'
  53.     Font.Style = []
  54.     ParentFont = False
  55.     TabOrder = 2
  56.   end
  57.   object Button3: TButton
  58.     Left = 114
  59.     Top = 200
  60.     Width = 200
  61.     Height = 50
  62.     Caption = 'Vertauschen'
  63.     Font.Charset = ANSI_CHARSET
  64.     Font.Color = clBlack
  65.     Font.Height = -20
  66.     Font.Name = 'Arial'
  67.     Font.Style = []
  68.     ParentFont = False
  69.     TabOrder = 3
  70.     OnClick = Button3Click
  71.   end
  72.   object Panel2: TPanel
  73.     Left = 39
  74.     Top = 72
  75.     Width = 350
  76.     Height = 45
  77.     Font.Charset = ANSI_CHARSET
  78.     Font.Color = clBlack
  79.     Font.Height = -20
  80.     Font.Name = 'Arial'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     TabOrder = 4
  84.   end
  85. end
  86.